fix[zwatch]: add hidden column to AlarmVO/EventSubscriptionVO#3675
fix[zwatch]: add hidden column to AlarmVO/EventSubscriptionVO#3675zstack-robot-1 wants to merge 5 commits into5.5.12from
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
Walkthrough在数据库升级脚本 Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
dc75a52 to
60c6f16
Compare
|
Comment from chao.he: 风险评估与解决方案(补充)
下一步:按上述方案补充周期性同步并补充覆盖验证。 |
60c6f16 to
195e6a0
Compare
|
Comment from chao.he: 补充同步说明:本次已将 ZSTAC-83966 的模型级方案扩展到 ActiveAlarm,schema migration 增加:\nCALL ADD_COLUMN('ActiveAlarmVO', 'hidden', 'TINYINT(1)', 0, '0');\n\n沿用现有 ADD_COLUMN 幂等机制,可重复执行且无副作用。 |
|
Comment from ye.zou: Code ReviewLGTM ✅ 这个 MR 里的 schema 变更本身没问题: 结论: APPROVE ✅ Review Tracker: ZSTAC-83966Rounds: R1=block Findings 1. CRIT | 正确性 | premium
Progress Table
Progress: ░░░░░░░░░░ 0/1 resolved (0%) |
195e6a0 to
b01ef35
Compare
|
Comment from gitlab: 自上次添加REVIEWED标签(2026-04-03 21:50:26.000Z)后, 有新的COMMIT更新(2026-04-08 16:57:49.990Z), 所以移除了REVIEWED标签 |
b01ef35 to
81c66ba
Compare
|
Comment from chao.he: 已处理:
当前联动结论:
|
|
Comment from chao.he: 已处理:
当前联动结论:
|
81c66ba to
164215e
Compare
…ll backup Remove try-catch around executeBatch since AJ AsyncBackupAspect already wraps Completion/ReturnValueCompletion pointcuts. The try-catch caused double handleFailure when executeBatch threw after completion callback. Fix ReturnValueCoalesceQueue passing null backup to batchCompletion, which caused AJ to re-throw instead of swallowing exceptions. Resolves: ZSTAC-83039 Change-Id: I3b565ba68fa601b33adb4d6b15d0ab4248b5a4da
|
Comment from gitlab: 自上次添加REVIEWED标签(2026-04-14 17:56:34.000Z)后, 有新的COMMIT更新(2026-04-15 10:02:52.834Z), 所以移除了REVIEWED标签 |
DBImpact Resolves/Related: ZSTAC-84259 Change-Id: I6f67716c7a616d706b7376637766747678766e6a
<fix>[conf]: bump version to 5.5.16 See merge request zstackio/zstack!9624
<fix>[thread]: remove redundant try-catch in CoalesceQueue and fix null backup See merge request zstackio/zstack!9621
|
Comment from chao.he: CI fix applied for Pushed commit
This addresses the failing log pattern from |
|
Comment from chao.he: SDK 漏提交已补齐并推送: 本次仅同步 CI 日志中缺失的 3 个文件:
未触碰其他业务代码。请按同一流水线重跑。 |
93ce7b8 to
80083cb
Compare
- add hidden columns for AlarmVO/EventSubscriptionVO/ActiveAlarmVO in upgrade script - exclude test-only classes and groovy runtime metadata from sdk data structure generation - sync generated sdk hidden(Boolean) fields for alarm/event/active alarm inventories Resolves: ZSTAC-83966 Change-Id: Ic660df81e306f8cb64348289604810c27dd63ae0
80083cb to
6b42f85
Compare
ZSTAC-83966 Plan D — SQL migration V5.5.13
CALL ADD_COLUMN for AlarmVO.hidden and EventSubscriptionVO.hidden.
sync from gitlab !9535